DataSource for Entity Framework in WPF
C1.Data Namespace / PagingView<T> Class / PageSize Property

In This Topic
    PageSize Property (PagingView<T>)
    In This Topic
    Gets or sets the number of items in a page.
    Syntax
    'Declaration
     
    Public Property PageSize As Integer
    public int PageSize {get; set;}
    Remarks
    To disable paging, set this property to 0.
    See Also